SET.FILENAME_GET Function

Syntax

Set_Filename as C = Filename_Get()

Description

Get the filename of the set.

Discussion

The .FILENAME_GET() method returns the filename of the set.

Example

dim ptr as P
ptr = set.open("invoice")
? ptr.filename_get() ? "c:\databases\expressions test\invoice.set"

See Also